type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToInt

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L254: 			return scanPlanTextAnyToInt{}
		int.go#L817: 			return scanPlanTextAnyToInt{}
		int.go#L1391: 			return scanPlanTextAnyToInt{}
		int.go#L1925: type scanPlanTextAnyToInt struct{}
		int.go#L1927: func (scanPlanTextAnyToInt) Scan(src []byte, dst any) error {